knitr::opts_chunk$set( echo = FALSE, cache = FALSE, fig.align = "center", # fig.height = 2.5, out.width="90%", comment = "#" ) library(tidyverse); theme_set(theme_minimal()) library(magrittr) real_data <- readRDS("~/Documents/Coding/RStudio/Research/comparingCIs.R/simulation results/results_gam/real_data.rds")
real_data[[1]]$intervals %>% print(n = Inf)
\newpage
real_data[[2]]$intervals %>% print(n = Inf)
\newpage
real_data[[3]]$intervals %>% print(n = Inf)
\newpage
real_data[[4]]$intervals %>% print(n = Inf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.